runtime.rtype.typeOff (method)
6 uses
runtime (current package)
iface.go#L210: itype := toRType(&inter.Type).typeOff(i.Typ)
iface.go#L221: if rtyp.typeOff(t.Mtyp) == itype && tname.Name() == iname {
plugin.go#L82: t := toRType((*_type)(unsafe.Pointer(md.types))).typeOff(ptab.typ) // TODO can this stack of conversions be simpler?
runtime1.go#L611: return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
runtime1.go#L633: return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
type.go#L181: func (t rtype) typeOff(off typeOff) *_type {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |